ComponentOne Input for WinForms
ToFullWidth(Boolean,Char[]) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > ToFullWidth Method : ToFullWidth(Boolean,Char[]) Method
When the soundex character is processed a true is returned; otherwise, a false returned.
An array of characters.
Tansforms the specified character to a full width character if possible. This method differs from the other where it takes on an array of characters. In FarEast country there are times when multiple half width characters make a one full width character.
Syntax
'Declaration
 
Public Overloads Shared Function ToFullWidth( _
   ByRef processedAll As System.Boolean, _
   ByVal ParamArray c() As System.Char _
) As System.Char
public static System.char ToFullWidth( 
   out System.bool processedAll,
   params System.char[] c
)

Parameters

processedAll
When the soundex character is processed a true is returned; otherwise, a false returned.
c
An array of characters.

Return Value

Full width character of c, otherwise the original character is returned.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List